projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3aa2f38
)
(define-derived-mode): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 11 Nov 2001 17:58:58 +0000
(17:58 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 11 Nov 2001 17:58:58 +0000
(17:58 +0000)
lisp/derived.el
patch
|
blob
|
history
diff --git
a/lisp/derived.el
b/lisp/derived.el
index 25b65bb1b1a720c0d8b5552ff1fd799e41a0446b..f4b7e73088b6415f9f22d21a2db3a5f67d7818f6 100644
(file)
--- a/
lisp/derived.el
+++ b/
lisp/derived.el
@@
-124,7
+124,7
@@
NAME: a string which will appear in the status line (e.g. \"Hypertext\")
DOCSTRING: an optional documentation string--if you do not supply one,
the function will attempt to invent something useful.
BODY: forms to execute just before running the
- hooks for the new mode.
+ hooks for the new mode.
Do not use `interactive' here.
Here is how you could define LaTeX-Thesis mode as a variant of LaTeX mode: